PropertyCollectionAdd Method (PropertyCollection) |
Adds a PropertyCollection to the collection.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic int Add(
PropertyCollection collection
)
Public Function Add (
collection As PropertyCollection
) As Integer
Parameters
- collection
- Type: Independentsoft.WebdavPropertyCollection
A PropertyCollection to be added.
Return Value
Type:
Int32The collection size.
See Also